home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / pcboard / ft_rentr.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1994-05-31  |  763b  |  36 lines

  1. @Echo off
  2. Cls
  3. If not exist MkPcbTxt.exe  goto e
  4. if *%1 == * goto Show
  5. if *%2 == * goto Show
  6.  
  7. If not exist %1 goto Show
  8. If not exist %2\Con goto Show
  9.  
  10. MkPcbTxt.exe %1 /i:418 "!%2\RPWAENTR.PPE"
  11. Echo Installation Complete
  12. Echo.
  13.  
  14. Goto End
  15.  
  16. :e
  17.  
  18. Echo 6            MkPcbTxt.exe NOt in current directory
  19. GOTO HA
  20.  
  21. :Show
  22. Echo  ───────────────────────────────────────────────
  23. Echo Auto PWA Randomizer PPE Installation By LorD PSoNiC
  24. Echo  ───────────────────────────────────────────────
  25. Echo.
  26. Echo Use: INSTALL C:\PCB\GEN\PCBTEXT C:\PCB\PPE\Enter
  27. Echo    C└────────────────┘ └─────────────┘
  28. Echo   CPath/Name of your  Path that the PPE
  29. Echo   CPCBTEXT fileC is in
  30. Echo.
  31. Echo.
  32. :End
  33.  
  34. :HA
  35.  
  36.